home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_100
/
111_01
/
usq.h
< prev
next >
Wrap
Text File
|
1985-08-19
|
512b
|
20 lines
#define LARGE 30000
/* Decoding tree */
struct {
int children[2]; /* left, right */
} dnode[NUMVALS - 1];
int bpos; /* last bit position read */
int curin; /* last byte value read */
/* Variables associated with repetition decoding */
int repct; /*Number of times to retirn value*/
int value; /*current byte value or EOF */
/* Original file name without drive */
char origname[14];
*/
r of bits in code */
unsigned code[NUMVALS]; /* code itself, right adjusted */
unsigned tcode; /*